Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / ReadOnlyToolWindowCollection Class / CopyTo Method / CopyTo(ToolWindow[],Int32) Method
An array which will contain the ToolWindows.
The zero-based index from which to start copying the ToolWindows.


In This Topic
    CopyTo(ToolWindow[],Int32) Method
    In This Topic
    Copies the ToolWindows contained in the list to the array starting at the specified index
    Syntax
    'Declaration
     
    Public Overloads Sub CopyTo( _
       ByVal array() As ToolWindow, _
       ByVal startIndex As Integer _
    ) 
    'Usage
     
    Dim instance As ReadOnlyToolWindowCollection
    Dim array() As ToolWindow
    Dim startIndex As Integer
     
    instance.CopyTo(array, startIndex)
    public void CopyTo( 
       ToolWindow[] array,
       int startIndex
    )

    Parameters

    array
    An array which will contain the ToolWindows.
    startIndex
    The zero-based index from which to start copying the ToolWindows.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also